HorizontalRelation Enumeration

Represents the against which the horizontal position of a frame is positioned.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum HorizontalRelation

Members

Page0 Horizontal position of a frame is positioned relative to a page.
PageContent1 Horizontal position of a frame is positioned relative to page-content.
PageStartMargin2 Horizontal position of a frame is positioned relative to a page start margin.
PageEndMargin3 Horizontal position of a frame is positioned relative to a page end margin.
Frame4 Horizontal position of a frame is positioned relative to another frame.
FrameContent5 Horizontal position of a frame is positioned relative to frame content.
FrameStartMargin6 Horizontal position of a frame is positioned relative to a frame start margin.
FrameEndMargin7 Horizontal position of a frame is positioned relative to a frame end margin.
Paragraph8 Horizontal position of a frame is positioned relative to a paragraph.
ParagraphContent9 Horizontal position of a frame is positioned relative to paragraph content.
ParagraphStartMargin10 Horizontal position of a frame is positioned relative to a paragraph start margin.
ParagraphEndMargin11 Horizontal position of a frame is positioned relative to a paragraph end margin.
Char12 Horizontal position of a frame is positioned relative to a character.
None13 None.

See Also